home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / mirrored_maze2.swf / scripts / DefineButton2_168 / BUTTONCONDACTION on(release).as
Text File  |  2008-09-04  |  680b  |  29 lines

  1. on(release){
  2.    if(_root.start1x > 100)
  3.    {
  4.       if(_root.start1x < 700)
  5.       {
  6.          if(_root.start2x > 100)
  7.          {
  8.             if(_root.start2x < 700)
  9.             {
  10.                if(_root.finish1x > 100)
  11.                {
  12.                   if(_root.finish1x < 700)
  13.                   {
  14.                      if(_root.finish2x > 100)
  15.                      {
  16.                         if(_root.finish2x < 700)
  17.                         {
  18.                            _root.mice = "2";
  19.                            nextFrame();
  20.                         }
  21.                      }
  22.                   }
  23.                }
  24.             }
  25.          }
  26.       }
  27.    }
  28. }
  29.